/*ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂÃ‚Â±ÃƒÂ¯Ã‚Â¿Ã‚Â½1*/
.gridlist1 {
    overflow: hidden;
    -webkit-perspective: 1300px;
    -o-perspective: 1300px;
    -ms-perspective: 1300px;
    perspective: 1300px;
    -webkit-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.gridlist1 li {
    float: left;
    width: 380px;
    height: 280px;
    background: #fff;
    margin-left: 35px;
    zoom:1;
    }

.gridlist1 li img {
    width: 380px;
    height: 220px;
    vertical-align: middle;
}

.gridlist1 li a {
    white-space: nowrap;
    line-height: 28px;
    display: block;
}

.gridlist1 li .InfoPicture {
    position: relative;
}

.gridlist1 li .info_wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    text-align: center;
}

.gridlist1 li .info_wrap p {
    font-size: 18px;
    line-height: 60px;
    color: #424242;
    margin: 75px 0 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 5px;
    margin-top: 220px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    background: #fff;
}

.gridlist1 li .info_wrap .ViewMore {
    color: transparent;
    opacity: 0;
    transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
}

.gridlist1 li:hover {
    height:220px;
    background:url(/kindeditor/attached/image/20231226/20231226161647_67651.jpg) no-repeat;
    
}

.gridlist1 li:hover img {
    opacity: 0.1;
}

.gridlist1 li:hover .info_wrap .ViewMore {
    opacity: 1;
}
